Message Type
Protobuf enum meshtastic.MessageType
Entries
Properties
Link copied to clipboard
AHT20_HUMIDITY = 180;
Link copied to clipboard
AHT20_TEMP = 179;
Link copied to clipboard
cancel prematurely
Content copied to clipboard
BEEP_OFF = 162;
Link copied to clipboard
duration ms
Content copied to clipboard
BEEP_ON = 161;
Link copied to clipboard
in ms
Content copied to clipboard
COLLECT_INTERVAL = 160;
Link copied to clipboard
POWER_ON = 164;
Link copied to clipboard
SCD41_CO2 = 178;
Link copied to clipboard
SCD41_HUMIDITY = 177;
Link copied to clipboard
SCD41_TEMP = 176;
Link copied to clipboard
SHUTDOWN = 163;
Link copied to clipboard
TVOC_INDEX = 181;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.